mycroftw / bridge_clock

Python replacement for the old windows XP clock I've been using
GNU General Public License v3.0
0 stars 0 forks source link

Isolate useful files #47

Closed mycroftw closed 2 weeks ago

mycroftw commented 2 weeks ago

Move: actual running files to clock subdirectory

It is important to be able to find the files needed to run this without actually cloning the repo or unzipping the whole thing. Especially as there are several files that are autogenerated and used as a "first step" for the real run files.

Also needed to fix issues with isort not understanding local imports in scripts (not modules).