Skip to content

Instantly share code, notes, and snippets.

@Rustam-Z
Created February 17, 2022 10:48
Show Gist options
  • Save Rustam-Z/d6d1a82353e9f20a6ffedf48c524d5cd to your computer and use it in GitHub Desktop.
Save Rustam-Z/d6d1a82353e9f20a6ffedf48c524d5cd to your computer and use it in GitHub Desktop.
import os
import sys
print(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment