|
|
@ -1,3 +1,5 @@ |
|
|
|
|
|
|
|
#!/bin/python |
|
|
|
|
|
|
|
|
|
|
|
# Copyright (C) 2023, Mark Qvist |
|
|
|
# Copyright (C) 2023, Mark Qvist |
|
|
|
|
|
|
|
|
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
@ -13,7 +15,6 @@ |
|
|
|
# You should have received a copy of the GNU General Public License |
|
|
|
# You should have received a copy of the GNU General Public License |
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
|
|
|
#!/bin/python |
|
|
|
|
|
|
|
import os |
|
|
|
import os |
|
|
|
import sys |
|
|
|
import sys |
|
|
|
import RNS |
|
|
|
import RNS |
|
|
|