12 lines
234 B
Python
12 lines
234 B
Python
# -*- coding: utf-8 -*-
|
|
# Module: default
|
|
# Author: cache
|
|
# Created on: 10.5.2020
|
|
# License: AGPL v.3 https://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
import sys
|
|
import galdPl
|
|
|
|
if __name__ == '__main__':
|
|
galdPl.router(sys.argv[2][1:])
|