Pretor/main.py

7 lines
115 B
Python

from pretor.utils.banner import print_banner
def main():
print_banner()
if __name__ == '__main__':
main()