Skip to content

mourginakis/tidbits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tidbits

cool little code tidbits

# add current file to the path
import sys
import os
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))

About

cool little code tidbits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages