mirror of
https://github.com/codingo/Interlace.git
synced 2026-01-25 01:44:48 +01:00
Input base
This commit is contained in:
11
Interlace/interlace.py
Normal file
11
Interlace/interlace.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python3
|
||||
import sys
|
||||
from lib.core.input import InputParser
|
||||
|
||||
def main():
|
||||
parser = InputParser()
|
||||
arguments = parser.parse(sys.argv[1:])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user