summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
blob: 90bfaec266a93f91a8aea31aef36e0aa82f06896 (plain)
1
2
3
4
5
6
from gitdb.ref.symbolic import SymbolicReference as GitDB_SymbolicReference
__all__ = ["SymbolicReference"]

class SymbolicReference(GitDB_SymbolicReference):
	__slots__ = tuple()
	pass