Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
added missing class from init
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 16, 2023
1 parent 85724fc commit fb5aaa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytransifex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import logging

from pytransifex.api import Transifex

logging.basicConfig(level=logging.INFO)

VERSION = "2.dev"

0 comments on commit fb5aaa4

Please sign in to comment.