This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
Update: minor changes to match Python coding style.
pull/24/head
Tung Lam Nguyen Le
3 years ago
committed by
Jérôme Deuchnord
parent
8183cc1cf3
commit
e55a3db8ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kosmorrolib/enum.py
+ 1
- 1
kosmorrolib/enum.py
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
from enum import Enum
, auto
from enum import Enum
class MoonPhaseType(Enum):
Write
Preview
Loading…
Cancel
Save