Initial Upload
This commit is contained in:
11
src/__main__.py
Executable file
11
src/__main__.py
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
from .libs.config import Config
|
||||
from .libs.absapi import ABSApi, Endpoint, ABSResponse
|
||||
|
||||
config: Config = Config()
|
||||
|
||||
def main() -> None:
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user