1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 23:39:16 +00:00

remove deadcode

This commit is contained in:
deadc0de6
2020-09-15 22:29:12 +02:00
parent 23bebf252d
commit 57f69418a2

View File

@@ -2,12 +2,3 @@
author: deadc0de6 (https://github.com/deadc0de6)
Copyright (c) 2017, deadc0de6
"""
import sys
def main():
import dotdrop.dotdrop
if dotdrop.dotdrop.main():
sys.exit(0)
sys.exit(1)